Mark conflicts when printer has changed
authorMarek Kasik <mkasik@redhat.com>
Tue, 7 Dec 2010 17:25:37 +0000 (18:25 +0100)
committerMarek Kasik <mkasik@redhat.com>
Wed, 8 Dec 2010 16:37:27 +0000 (17:37 +0100)
Schedule marking of conflicts when printer has changed.
Map conflict warning immediately. (#635401)

gtk/gtkprintunixdialog.c

index b90f7a37f7e491a2fd0b98866e65d105aa03082a..bbe59da91bbf02b3028cc189e6ae1dc9baf841a4 100644 (file)
@@ -1928,6 +1928,7 @@ selected_printer_changed (GtkTreeSelection   *selection,
 
       priv->options_changed_handler =
         g_signal_connect_swapped (priv->options, "changed", G_CALLBACK (options_changed_cb), dialog);
+      schedule_idle_mark_conflicts (dialog);
     }
 
   update_dialog_from_settings (dialog);